/*公告样式*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    padding: 0;
    margin: 0;
}
/*p,li,span{*/
/*    font-size: 14px;*/
/*}*/
.content{
    width: 1200px;
    margin: 0 auto;
    /*height: 100%;*/
}
/*头部样式*/
.head{
    width: 100%;
    min-width: 1200px;
    height: 215px;
    background-color: #fff;
}



/*@media screen and (min-width: 960px) {*/
/*    .head {*/
/*            width: 1200px;*/
/*            margin: 0 auto;*/
/*            height: 215px;*/
/*            background-color: #fff;*/
/*         }*/
/*}*/
.head > .navHead {
    height: 36px;
    color: #444;
    background-color: #f5f5f5;
    font-size: 14px;
}
/*头部左边样式*/
.head > .navHead .navLeft{
    float: left;
    line-height: 36px;
}
/*头部右边样式*/
.head > .navHead .navRight{
    float: right;
    line-height: 36px;
}
.head > .navHead .navRight >ul{
    width: 150px;
    display: flex;
    justify-content: space-between;
}
.head > .navHead .navRight >ul>li{
    cursor: pointer;
}
/*logo和搜索*/
.head .LogoSearch{
    height: 125px;
    width: 100%;
}
/*左边logo*/
.head .LogoSearch .businessLogo{
    float: left;
    width: 540px;
    margin-top: 10px;
}
.head .LogoSearch>div.content{
    padding-top: 23.5px;
}
.head .LogoSearch .businessLogo>img{
    display: block;
    width: 85%;
}
/*右边搜索*/
.head .LogoSearch .search{
    float: right;
    height: 100%;
    position: relative;
    margin-top: 19px;
}
.head .LogoSearch .search >form > input{
    border: 2px solid #015db8;
    width: 480px;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
}
.head .LogoSearch .search >form > input:focus{
    outline: none;
    outline-offset: unset;
}
.head .LogoSearch .search >form > input::-ms-input-placeholder{
    text-indent: 10px;
}
.head .LogoSearch .search >form > input::-webkit-input-placeholder{
    text-indent: 10px;
}
.head .LogoSearch .search  .megaloscope{
    background-color: #015db8;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 40px;
    border: none;
    cursor: pointer;
}
.head .LogoSearch .search  .megaloscope >img{
    padding-top: 3px;
}
/*导航栏*/
.navList{
    position: relative;
    z-index: 100;
    margin: 10px auto;
    background-color: #015db8;
}
.head .navList >ul{
    display: flex;
    justify-content: space-between;
    height: 42px;
    line-height: 46px;
}
.head .navList >ul>li{
    /*padding: 0 53px 0 53px;*/
    /*position: relative;*/
    width:136px;
    text-align: center;
    font-size: 16px;
}
.head .navList >ul>li:last-child{
    color: #fff;
}
.head .navList >ul >li >a{
    color: #fff;
    list-style: none;
    text-decoration: none;
}
.head .navList >ul >li >img{
    margin-left: 4px;
}
.head .navList >ul >li >ul{
    position: absolute;
    top: 46px;
    left: 0px;
    background-color: #424e65;
    display: none;
}
.head .navList >ul >li:hover>ul{
    display: block;
}
.head .navList >ul >li >ul>li{
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 128px;
    border-bottom: 1px solid #687184;
}
.head .navList >ul >li >ul>li>a{
    font-size: 16px;
    color: #fff;
}
.head .navList >ul>li.activeList{
    background-color: #00318c;
}
.head .navList >ul>li.activeList >a{
    font-weight: bold;
    font-size: 18px;
}
.currentlocation{
    padding: 20px 0;
}
.currentlocation a {
    color: #778193;
}
.currentlocation a:first-child {
    margin-left: 10px;
}
/*头部结束*/
/*尾部样式*/
.foot{
    width: 1200px;
    height: 165px;
    margin: 20px auto;
    background-color: #fff;
    margin-bottom: 20px;
}
/*尾部左边*/
.foot .footLeft{
    float: left;
    width: 90px;
    padding: 20px 30px;
}
.foot .footLeft img{
    float: left;
    width: 87px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    margin-top:10px;
}
.foot .footLeft .footLeftCharacter{
    width: 460px;
    font-size: 14px;
    margin: 10px 0 0 110px;
}
.foot .footLeft .footLeftCharacter p{
    font-size: 12px;
    color: #666666;
    height:30px
}
/*尾部右边*/
.foot .footRight{
    float: right;
    width: 520px;
    height: 100%;
    padding: 60px 50px;
}
.foot .footRight .footRightCharacter{
    float: right;
    color: #d5dae4;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
}
.foot .footRight .footRightCharacter span{
    padding-left: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
}
/*尾部结束*/
